Limit Standard Logging being Displayed #441
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Description: Limit Standard Logging being Displayed
This pull request introduces changes aimed at improving the clarity and performance of our logging system. The main motivation behind this update is to reduce the volume of standard logging output that developers encounter during testing and development phases.
Changes Made:
Version Bump: The version has been incremented from
0.14.2
to0.14.3
in.bumpversion.cfg
to reflect the updates made.Coverage Report Adjustments: The coverage report has been modified to better reflect the actual coverage rates of different modules, ensuring that developers can easily identify areas needing attention without being overwhelmed by irrelevant logging information.
Logging Output Optimization: By limiting the standard logging displayed during tests, we ensure that only critical information is shown. This will help developers focus on what's important, thereby enhancing the development experience.
Benefits:
This change is a step towards a more efficient and user-friendly development process, ultimately benefiting the entire team and the project's quality.